Delete(Entity<TKey, TValue>)

Method

Namespace: Diffstore

Declared in: Diffstore.IDiffstore<TKey, TValue>


Deletes the entity and all associated data by key.

Syntax

public void Delete(
	Entity<TKey, TValue> entity
)

Back to index